i386: eliminate unsupported CPUs' MCA handling code
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Jul 2009 13:35:34 +0000 (14:35 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 15 Jul 2009 13:35:34 +0000 (14:35 +0100)
commit0df83ebb364068f5657fca9fdf7a7044adfd619d
treed4fbe2960962915483de951a1cf1eb1ad0ab762f
parent2e08ff6c7c17091f5c31c36792073cfab9298945
i386: eliminate unsupported CPUs' MCA handling code

Neither Intel P5 nor Winchip are supported by Xen (due to
-march=i686 being passed to the compiler), so there is no point in
having code for handling their (rudimentary) MCA capabilities.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/cpu/mcheck/Makefile
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/cpu/mcheck/mce.h
xen/arch/x86/cpu/mcheck/p5.c [deleted file]
xen/arch/x86/cpu/mcheck/winchip.c [deleted file]